how to change height font css

40

p {
  display: inline-block;
  font-size: 32px;
  transform: scale(.5, 1);
}

Comments

Submit
0 Comments